home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Inverted / gtk-2.0 / gtkrc
Text File  |  2009-06-29  |  11KB  |  402 lines

  1.  
  2. # Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
  3.  
  4. gtk-color-scheme = "base_color:#ffffff\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#716968\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#ede9e3\ntooltip_bg_color:#FFFFBF"
  5.  
  6. style "default" {
  7.     xthickness = 1
  8.     ythickness = 1
  9.  
  10.     #######################
  11.     # Style Properties
  12.     #######################
  13.     GtkButton::child-displacement-x = 1
  14.     GtkButton::child-displacement-y = 1
  15.     GtkButton::default-border = { 0, 0, 0, 0 }
  16.  
  17.     GtkCheckButton::indicator-size = 14
  18.  
  19.     GtkPaned::handle-size = 6
  20.  
  21.     GtkRange::trough-border = 0
  22.     GtkRange::slider-width = 15
  23.     GtkRange::stepper-size = 15
  24.  
  25.     GtkScale::slider-length = 27
  26.     GtkScale::trough-side-details = 1
  27.  
  28.     GtkScrollbar::min-slider-length = 30
  29.     GtkMenuBar::internal-padding = 0
  30.     GtkExpander::expander-size = 16
  31.     GtkTreeView::expander-size = 14
  32.     GtkTreeView::vertical-separator = 0
  33.  
  34.     GtkMenu::horizontal-padding = 0
  35.     GtkMenu::vertical-padding = 0
  36.  
  37.     WnckTasklist::fade-overlay-rect = 0
  38.     # The following line hints to gecko (and possibly other appliations)
  39.     # that the entry should be drawn transparently on the canvas.
  40.     # Without this, gecko will fill in the background of the entry.
  41.     GtkEntry::honors-transparent-bg-hint = 1
  42.  
  43.     GtkEntry::progress-border = { 2, 2, 2, 2 }
  44.  
  45.     ####################
  46.     # Color Definitions
  47.     ####################
  48.     bg[NORMAL]        = @bg_color
  49.     bg[PRELIGHT]      = shade (1.02, @bg_color)
  50.     bg[SELECTED]      = @selected_bg_color
  51.     bg[INSENSITIVE]   = @bg_color
  52.     bg[ACTIVE]        = shade (0.9, @bg_color)
  53.  
  54.     fg[NORMAL]        = @fg_color
  55.     fg[PRELIGHT]      = @fg_color
  56.     fg[SELECTED]      = @selected_fg_color
  57.     fg[INSENSITIVE]   = darker (@bg_color)
  58.     fg[ACTIVE]        = @fg_color
  59.  
  60.     text[NORMAL]      = @text_color
  61.     text[PRELIGHT]    = @text_color
  62.     text[SELECTED]    = @selected_fg_color
  63.     text[INSENSITIVE] = darker (@bg_color)
  64.     text[ACTIVE]      = @selected_fg_color
  65.  
  66.     base[NORMAL]      = @base_color
  67.     base[PRELIGHT]    = shade (0.95, @bg_color)
  68.     base[SELECTED]    = @selected_bg_color
  69.     base[INSENSITIVE] = @bg_color
  70.     base[ACTIVE]      = shade (0.9, @selected_bg_color)
  71.  
  72.     engine "clearlooks" {
  73.         colorize_scrollbar = FALSE
  74.         reliefstyle = 1
  75.         menubarstyle = 2
  76.         toolbarstyle = 1
  77.         animation = FALSE
  78.         radius = 2.5
  79.         style = INVERTED
  80.  
  81.         # Set a hint to disable backward compatibility fallbacks.
  82.         hint = "use-hints"
  83.     }
  84. }
  85.  
  86. style "wide" {
  87.     xthickness = 2
  88.     ythickness = 2
  89. }
  90.  
  91. style "wider" {
  92.     xthickness = 3
  93.     ythickness = 3
  94. }
  95.  
  96. style "entry" {
  97.     xthickness = 3
  98.     ythickness = 3
  99.  
  100.     bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
  101.     fg[SELECTED] = @text_color
  102.  
  103.     engine "clearlooks" {
  104.         focus_color = shade (0.65, @selected_bg_color)
  105.     }
  106. }
  107.  
  108. style "spinbutton" {
  109.  
  110.     engine "clearlooks" {
  111.         hint = "spinbutton"
  112.     }
  113. }
  114.  
  115. style "scale" = "button" {
  116.     xthickness = 2
  117.     ythickness = 2
  118.  
  119.     engine "clearlooks" {
  120.         hint = "scale"
  121.     }
  122. }
  123.  
  124. style "vscale" {
  125.  
  126.     engine "clearlooks" {
  127.         hint = "vscale"
  128.     }
  129. }
  130.  
  131. style "hscale" {
  132.  
  133.     engine "clearlooks" {
  134.         hint = "hscale"
  135.     }
  136. }
  137.  
  138. style "scrollbar" {
  139.     xthickness = 2
  140.     ythickness = 2
  141.  
  142.     engine "clearlooks" {
  143.         hint = "scrollbar"
  144.     }
  145. }
  146.  
  147. style "hscrollbar" {
  148.  
  149.     engine "clearlooks" {
  150.         hint = "hscrollbar"
  151.     }
  152. }
  153.  
  154. style "vscrollbar" {
  155.  
  156.     engine "clearlooks" {
  157.         hint = "vscrollbar"
  158.     }
  159. }
  160.  
  161. style "notebook_bg" {
  162. }
  163.  
  164. style "button" {
  165.     xthickness = 3
  166.     ythickness = 3
  167.  
  168.     bg[NORMAL]        = shade (1.05, @bg_color)
  169.     bg[INSENSITIVE]   = shade (1.04, @bg_color)
  170.     bg[PRELIGHT]      = shade (1.08, @bg_color)
  171. }
  172.  
  173. style "notebook" {
  174.     xthickness = 2
  175.     ythickness = 2
  176. }
  177.  
  178. style "statusbar" {
  179.  
  180.     engine "clearlooks" {
  181.         hint = "statusbar"
  182.     }
  183. }
  184.  
  185. style "comboboxentry" {
  186.  
  187.     engine "clearlooks" {
  188.         # Note:
  189.         # If you set the appears-as-list option on comboboxes in the theme,
  190.         # then you should set this hint on the combobox instead.
  191.         hint = "comboboxentry"
  192.     }
  193. }
  194.  
  195. style "menubar" {
  196.  
  197.     engine "clearlooks" {
  198.         hint = "menubar"
  199.     }
  200. }
  201.  
  202. style "menu" {
  203.     xthickness = 2
  204.     ythickness = 2
  205.  
  206.     bg[NORMAL]        = shade (1.08, @bg_color)
  207. }
  208.  
  209. style "menu_item" {
  210.     xthickness = 2
  211.     ythickness = 3
  212.  
  213.     fg[PRELIGHT]      = @selected_fg_color
  214. }
  215.  
  216. style "frame_title" {
  217.  
  218.     fg[NORMAL]        = lighter (@fg_color)
  219. }
  220.  
  221. style "treeview" {
  222.     xthickness = 2
  223.     ythickness = 2
  224.  
  225.     engine "clearlooks" {
  226.         hint = "treeview"
  227.     }
  228. }
  229.  
  230. style "progressbar" {
  231.     xthickness = 1
  232.     ythickness = 1
  233.  
  234.     fg[PRELIGHT]      = @selected_fg_color
  235.  
  236.     engine "clearlooks" {
  237.         radius = 1.5
  238.  
  239.         hint = "progressbar"
  240.     }
  241. }
  242.  
  243. # This style is based on the default style, so that the colors from the button
  244. # style are overriden again.
  245. style "treeview_header" = "default" {
  246.     xthickness = 2
  247.     ythickness = 1
  248.  
  249.     engine "clearlooks" {
  250.         hint = "treeview-header"
  251.     }
  252. }
  253.  
  254. style "tooltips" {
  255.     xthickness = 4
  256.     ythickness = 4
  257.  
  258.     bg[NORMAL]        = @tooltip_bg_color
  259.     fg[NORMAL]        = @tooltip_fg_color
  260. }
  261.  
  262. style "nautilus_location" {
  263.  
  264.     bg[NORMAL]        = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
  265. }
  266.  
  267. # Wrokaroudn style for places where the text color is used instead of the fg color.
  268. style "text_is_fg_color_workaround" {
  269.  
  270.     text[NORMAL]      = @fg_color
  271.     text[PRELIGHT]    = @fg_color
  272.     text[SELECTED]    = @selected_fg_color
  273.     text[ACTIVE]      = @fg_color
  274.     text[INSENSITIVE] = darker (@bg_color)
  275. }
  276.  
  277. # Workaround style for menus where the text color is used instead of the fg color.
  278. style "menuitem_text_is_fg_color_workaround" {
  279.  
  280.     text[NORMAL]      = @fg_color
  281.     text[PRELIGHT]    = @selected_fg_color
  282.     text[SELECTED]    = @selected_fg_color
  283.     text[ACTIVE]      = @fg_color
  284.     text[INSENSITIVE] = darker (@bg_color)
  285. }
  286.  
  287. # Workaround style for places where the fg color is used instead of the text color.
  288. style "fg_is_text_color_workaround" {
  289.  
  290.     fg[NORMAL]        = @text_color
  291.     fg[PRELIGHT]      = @text_color
  292.     fg[SELECTED]      = @selected_fg_color
  293.     fg[ACTIVE]        = @selected_fg_color
  294.     fg[INSENSITIVE]   = darker (@bg_color)
  295. }
  296.  
  297. # Style to set the toolbar to use a flat style. This is because the "New" button in
  298. # Evolution is not drawn transparent. So if there is a gradient in the background it will
  299. # look really wrong.
  300. # See http://bugzilla.gnome.org/show_bug.cgi?id=446953.
  301. style "evo_new_button_workaround" {
  302.  
  303.     engine "clearlooks" {
  304.         toolbarstyle = 0
  305.     }
  306. }
  307.  
  308.  
  309. ###############################################################################
  310. # The following part of the gtkrc applies the different styles to the widgets.
  311. ###############################################################################
  312.  
  313. # The default style is applied to every widget
  314. class "GtkWidget" style "default"
  315.  
  316. class "GtkSeparator" style "wide"
  317. class "GtkFrame" style "wide"
  318. class "GtkCalendar" style "wide"
  319. class "GtkEntry" style "entry"
  320.  
  321. class "GtkSpinButton" style "spinbutton"
  322. class "GtkScale" style "scale"
  323. class "GtkVScale" style "vscale"
  324. class "GtkHScale" style "hscale"
  325. class "GtkScrollbar" style "scrollbar"
  326. class "GtkHScrollbar" style "hscrollbar"
  327. class "GtkVScrollbar" style "vscrollbar"
  328.  
  329. # General matching follows. The order is choosen so that the right styles override
  330. # each other. EG. progressbar needs to be more important than the menu match.
  331. widget_class "*<GtkNotebook>" style "notebook_bg"
  332. # This is not perfect, it could be done better.
  333. # (That is modify *every* widget in the notebook, and change those back that
  334. # we really don't want changed)
  335. widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
  336. widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
  337. widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
  338. widget_class "*<GtkNotebook>*<GtkViewport>" style "notebook_bg"
  339. widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "notebook_bg"
  340.  
  341. widget_class "*<GtkButton>" style "button"
  342. widget_class "*<GtkNotebook>" style "notebook"
  343. widget_class "*<GtkStatusbar>*" style "statusbar"
  344.  
  345. widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
  346. widget_class "*<GtkCombo>*" style "comboboxentry"
  347.  
  348. widget_class "*<GtkMenuBar>*" style "menubar"
  349. widget_class "*<GtkMenu>*" style "menu"
  350. widget_class "*<GtkMenuItem>*" style "menu_item"
  351.  
  352. widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
  353. widget_class "*.<GtkTreeView>*" style "treeview"
  354.  
  355. widget_class "*<GtkProgress>" style "progressbar"
  356.  
  357. # Treeview headers (and similar stock GTK+ widgets)
  358. widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
  359. widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
  360. widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
  361. widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
  362.  
  363. # The window of the tooltip is called "gtk-tooltip"
  364. ##################################################################
  365. # FIXME:
  366. # This will not work if one embeds eg. a button into the tooltip.
  367. # As far as I can tell right now we will need to rework the theme
  368. # quite a bit to get this working correctly.
  369. # (It will involve setting different priorities, etc.)
  370. ##################################################################
  371. widget "gtk-tooltip*" style "tooltips"
  372.  
  373. ##########################################################################
  374. # Following are special cases and workarounds for issues in applications.
  375. ##########################################################################
  376.  
  377. # Workaround for the evolution ETable (bug #527532)
  378. widget_class "*.ETable.ECanvas" style "treeview_header"
  379. # Workaround for the evolution ETree
  380. widget_class "*.ETree.ECanvas" style "treeview_header"
  381.  
  382. # Special case the nautilus-extra-view-widget
  383. # ToDo: A more generic approach for all applications that have a widget like this.
  384. widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
  385.  
  386. # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
  387. # Note that this work around assumes that the combobox is _not_ in appears-as-list mode.
  388. widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
  389. # This is the part of the workaround that fixes the menus
  390. widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
  391.  
  392. # Work around the usage of GtkLabel inside GtkListItems to display text.
  393. # This breaks because the label is shown on a background that is based on the base color.
  394. widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
  395. # GtkCList also uses the fg color to draw text on top of the base colors.
  396. widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
  397. # Nautilus when renaming files, and maybe other places.
  398. widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
  399.  
  400. # See the documentation of the style.
  401. widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
  402.